PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardArtifactType Enumeration
In This Topic
    PDFStandardArtifactType Enumeration
    In This Topic
    Specifies the available values for PDFStandardArtifactAttribute.setType method.
    Members
    MemberDescription
    INLINEInline artifacts enclose artifact content that has context in the document's logical structure, typically, artifacts of subtype PDFStandardArtifactSubtype.LINE_NUMBER or PDFStandardArtifactSubtype.REDACTION.
    LAYOUTLayout artifacts are purely cosmetic typographical or design elements such as footnote rules or decorative ornaments.
    PAGEPage artifacts are production aids extraneous to the document itself, such as cut marks and print control patches.
    PAGINATIONPagination artifacts are ancillary page features such as running heads or folios (page numbers).
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.logicalstructure.PDFStandardArtifactType

    See Also